func golang.org/x/sys/unix.pwritev2
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2081: n, err = pwritev2(fd, iovecs, lo, hi, flags)
zsyscall_linux.go#L1844: func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags int) (n int, err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)